home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
Projects
/
Tutorial Material
/
Basic Tutorial
/
mctest2
< prev
next >
Wrap
Lisp/Scheme
|
1998-10-26
|
507b
|
28 lines
; tutorial example 2 - mctest2
(setq symbols '(a b c d e f g))
(def-symbol
test1 symbols
test2 symbols
test3 symbols
test4 symbols
)
(def-length
default '1/16
)
(setq tonals (activate-tonality (chromatic c 6) (blues1 c 4)))
(compile-song-p "ccl;output:" 1/4 "part2"
; |---|---|---|---|
changes tonals " ... .. ... "
test1 changes "- - -- - --- --"
test2 changes " - -- -- -- ---"
test3 changes " - -- -- -- -"
test4 changes " - -- -----"
)